using QStrings in filter and format vecs. (#428)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 2 Dec 2019 16:34:28 +0000 (09:34 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2019 16:34:28 +0000 (09:34 -0700)
commit259afe8ad4007af66e14d602002b5865eace81db
treee6a75a8fb42ead2ba5ed34b00a3d46dc4ee91ea2
parente8066d6fef48bde3e051d7cdc832f2a583a6ce16
using QStrings in filter and format vecs. (#428)

This includes:
our format list entry vecs_t,
out filter list entry fl_vecs_t and
our format interface ff_vecs_t.

Fix validation of options supplied with a format or filter.
Previously unknown options were only detected if all given options
were unknown.  Now any unknown option will be reported, irregardless
of any other options supplied.
The behavoir of ignoring unknown options is unchanged, they are ignored
except for the warning.
defs.h
filter_vecs.cc
filterdefs.h
garmin.cc
inifile.cc
inifile.h
magproto.cc
main.cc
testo.d/bend.test
vecs.cc